OfflineTweaksConfig

data class OfflineTweaksConfig(shouldAutomaticallyHandleDrmLicenses: Boolean) : Parcelable

This configuration is used as an incubator for experimental features. Tweaks are not officially supported and are not guaranteed to be stable, i.e. their naming, functionality and API can change at any time within the tweaks or when being promoted to an official feature and moved into its final configuration namespace.

Constructors

OfflineTweaksConfig
Link copied to clipboard
fun OfflineTweaksConfig(shouldAutomaticallyHandleDrmLicenses: Boolean = true)

Properties

shouldAutomaticallyHandleDrmLicenses
Link copied to clipboard
val shouldAutomaticallyHandleDrmLicenses: Boolean = true
Specifies if the Bitmovin SDK automatically handles downloading, updating and releasing of DRM licenses.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)